home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 23 / Amiga Format AFCD23 (Feb 1998, Issue 107).iso / +look_here_1st!+ / handy_tools / toolsdaemon / catalogs / toolsprefs.cd < prev   
Text File  |  1997-02-27  |  3KB  |  218 lines

  1. ;*****************************
  2. ;
  3. ;   ToolsDaemon Preferences
  4. ;
  5. ;*****************************
  6. ;
  7. ; *** Misc ***
  8. ;
  9. MSG_WINDOW_TITLE (1//)
  10. ToolsDaemon Preferences
  11. ;
  12. MSG_ABOUT (//)
  13. ToolsPrefs %s\n\
  14. \n\
  15. %s\n\
  16. \n\
  17. ToolsDaemon Preference Editor\n\
  18. (Compilation Date: %s)
  19. ;
  20. MSG_SAVE (//)
  21. Save
  22. ;
  23. ; (not used yet)
  24. MSG_USE (//)
  25. Use
  26. ;
  27. MSG_CANCEL (//)
  28. Cancel
  29. ;
  30. MSG_ABORT_NOSHORTCUT (//)
  31. Abort
  32. ;
  33. MSG_ABORT (//)
  34. _Abort
  35. ;
  36. MSG_PROCEED (//)
  37. _Proceed
  38. ;
  39. ; Note: there are two spaces around the Ok string to make it 4 chars wide.
  40. MSG_OK (//)
  41.  _Ok 
  42. ;
  43. MSG_INFORMATION (//)
  44. Information
  45. ;
  46. MSG_MENU_ITEMS (//)
  47. Menu Items
  48. ;
  49. MSG_COMMANDS (//)
  50. Commands
  51. ;
  52. ; *** Menus ***
  53. ;
  54. MSG_PROJECT_MENU (100//)
  55. Project
  56. ;
  57. MSG_PROJECT_OPEN (//)
  58. O\0Open...
  59. ;
  60. MSG_PROJECT_SAVEAS (//)
  61. A\0Save As...
  62. ;
  63. MSG_PROJECT_ABOUT (//)
  64. ?\0About...
  65. ;
  66. MSG_PROJECT_QUIT (//)
  67. Q\0Quit
  68. ;
  69. MSG_EDIT_MENU (//)
  70. Edit
  71. ;
  72. MSG_EDIT_LASTSAVED (//)
  73. L\0Last Saved
  74. ;
  75. MSG_EDIT_PREVITEM (//)
  76. P\0Previous Item
  77. ;
  78. MSG_EDIT_NEXTITEM (//)
  79. N\0Next Item
  80. ;
  81. MSG_EDIT_MOVEUP (//)
  82. U\0Move Up
  83. ;
  84. MSG_EDIT_MOVEDOWN (//)
  85. D\0Move Down
  86. ;
  87. MSG_EDIT_EDITNAME (//)
  88. E\0Edit Name
  89. ;
  90. MSG_OPTIONS_MENU (//)
  91. Options
  92. ;
  93. MSG_OPTIONS_CREATEICONS (//)
  94. I\0Create Icons?
  95. ;
  96. ; *** Gadgets ***
  97. ;
  98. MSG_ITEM_NEW (200//)
  99. _New
  100. ;
  101. MSG_ITEM_DELETE (//)
  102. Delete
  103. ;
  104. MSG_ITEM_INSERT (//)
  105. Insert
  106. ;
  107. MSG_CMD_ADD (//)
  108. _Add
  109. ;
  110. MSG_CMD_DELETE (//)
  111. Delete
  112. ;
  113. MSG_CMD_INSERT (//)
  114. Insert
  115. ;
  116. MSG_CMD_MODE (//)
  117. Mode
  118. ;
  119. MSG_HOTKEY (//)
  120. _Hot Key
  121. ;
  122. MSG_MENU (//)
  123. _Menu
  124. ;
  125. MSG_SUB (//)
  126. _Sub
  127. ;
  128. MSG_BAR (//)
  129. _Bar
  130. ;
  131. MSG_KEY (//)
  132. _Key
  133. ;
  134. ; *** Errors ***
  135. ;
  136. MSG_YOU_NEED_REQTOOLS38 (600//)
  137. You need reqtools.library V38+!
  138. ;
  139. MSG_NO_WB_LIB (//)
  140. Couldn't open workbench.library!
  141. ;
  142. MSG_NO_UTILITY_LIB (//)
  143. Couldn't open utility.library!
  144. ;
  145. MSG_NO_ICON_LIB (//)
  146. Couldn't open icon.library!
  147. ;
  148. MSG_NO_LAYERS_LIB (//)
  149. Couldn't open layers.library!
  150. ;
  151. MSG_COULDNT_LOCK_PUBSCREEN (//)
  152. Couldn't lock public screen!
  153. ;
  154. MSG_ERROR_GETSCREENDRAWINFO (//)
  155. Error getting draw info!
  156. ;
  157. MSG_ERROR_GETVISUALINFO (//)
  158. Error getting visual info!
  159. ;
  160. MSG_COULDNT_OPEN_WINDOW (//)
  161. Couldn't open window!
  162. ;
  163. MSG_ERROR_OUTOFMEM (//)
  164. Out of memory!
  165. ;
  166. MSG_ERROR_ADDAPPWINDOW (//)
  167. AddAppWindow failed!\nWorkbench not running ?
  168. ;
  169. MSG_TOOLSDAEMON_NOTRUNNING (//)
  170. ToolsDaemon is not running yet!\n\
  171. To install drag it into WbStartup.
  172. ;
  173. MSG_WRITE_ERROR (//)
  174. Write error!
  175. ;
  176. MSG_CANT_OPEN_CONFIG (//)
  177. Can't open configuration file!
  178. ;
  179. MSG_INVALID_CONFIG (//)
  180. Invalid config file!
  181. ;
  182. MSG_LINE_UNKNOWN_KEYWORD (//)
  183. Line: %ld\nUnknown keyword: '%s'!
  184. ;
  185. MSG_LINE_MISSING_TITLE (//)
  186. Line: %ld\nMissing 'TITLE' line!
  187. ;
  188. MSG_LINE_MISSING_KEYWORD (//)
  189. Line: %ld\nMissing keyword!
  190. ;
  191. MSG_LINE_MISSING_ITEMNAME (//)
  192. Line: %ld\nMissing item name!
  193. ;
  194. MSG_LINE_ERROR_ITEMNAME (//)
  195. Line: %ld\nError reading item name!
  196. ;
  197. MSG_LINE_MISSING_COMMANDMODE (//)
  198. Line: %ld\nMissing command mode!
  199. ;
  200. MSG_LINE_UNKNOWN_COMMANDMODE (//)
  201. Line: %ld\nUnknown command mode: '%s'!
  202. ;
  203. MSG_LINE_MISSING_STACKSIZE (//)
  204. Line: %ld\nMissing stack size!
  205. ;
  206. MSG_LINE_INVALID_STACKSIZE (//)
  207. Line: %ld\nInvalid stack size: %s!
  208. ;
  209. MSG_LINE_MISSING_COMMANDSTRING (//)
  210. Line: %ld\nMissing command string!
  211. ;
  212. MSG_LINE_ERROR_COMMANDSTRING (//)
  213. Line: %ld\nError reading command string!
  214. ;
  215. MSG_CANT_CREATE_CONFIG (//)
  216. Can't create configuration file!
  217. ;
  218.